home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / include / Xm / RCUtilsP.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-30  |  1.4 KB  |  57 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. 
  3.  * ALL RIGHTS RESERVED 
  4. */ 
  5. /* 
  6.  * Motif Release 1.2
  7. */ 
  8. /*   $RCSfile: RCUtilsP.h,v $ $Revision: 10.1 $ $Date: 1994/02/03 15:46:13 $ */
  9. /*
  10. *  (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  11. #ifndef _XmRCUtilsP_h
  12. #define _XmRCUtilsP_h
  13.  
  14. #include <Xm/RowColumnP.h>
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. /********    Private Function Declarations    ********/
  21. #ifdef _NO_PROTO
  22.  
  23. extern XmRCKidGeometry _XmRCGetKidGeo() ;
  24. extern void _XmRCSetKidGeo() ;
  25.  
  26. #else
  27.  
  28. extern XmRCKidGeometry _XmRCGetKidGeo( 
  29.                         Widget wid,
  30.                         Widget instigator,
  31.                         XtWidgetGeometry *request,
  32.                         int uniform_border,
  33. #if NeedWidePrototypes
  34.                         int border,
  35. #else
  36.                         Dimension border,
  37. #endif /* NeedWidePrototypes */
  38.                         int uniform_width_margins,
  39.                         int uniform_height_margins,
  40.                         Widget help,
  41.             Widget toc,
  42.                         int geo_type) ;
  43. extern void _XmRCSetKidGeo( 
  44.                         XmRCKidGeometry kg,
  45.                         Widget instigator) ;
  46.  
  47. #endif /* _NO_PROTO */
  48. /********    End Private Function Declarations    ********/
  49.  
  50.  
  51. #ifdef __cplusplus
  52. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  53. #endif
  54.  
  55. #endif  /* _XmRCUtilsP_h */
  56. /* DON'T ADD STUFF AFTER THIS #endif */
  57.